Skip to main content

Get Active Key

GET /api/v1/services/keys/:apiKey/active

Description

Retrieve the active key for a specific API key.

URL:

  • Raw URL: /api/v1/services/keys/:apiKey/active
  • Host:
  • Path: /api/v1/services/keys/:apiKey/active
  • Variables:
    • apiKey: (Required)

Response:

  • Status: OK (200)
/api/v1/services/keys/:apiKey/active

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/services/keys/:apiKey/active \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!